From: Richard M. Stallman Date: Tue, 25 May 1993 20:02:12 +0000 (+0000) Subject: At the end, use `set --', not `set -'. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95969 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=48b05c935d22d36278fd66136af55789314a832b;p=emacs.git At the end, use `set --', not `set -'. Delete spurious `.h' in hpux alternatives. --- diff --git a/configure1.in b/configure1.in index 87618609f53..5087e86ce6d 100755 --- a/configure1.in +++ b/configure1.in @@ -519,16 +519,16 @@ case "${configuration}" in ## HP 9000 series 700 and 800, running HP/UX hppa1.0-hp-hpux* ) - machine=hp9000s800 opsys=hpux.h + machine=hp9000s800 opsys=hpux ;; hppa1.1-hp-hpux* ) - machine=hp9000s800 opsys=hpux8.h + machine=hp9000s800 opsys=hpux8 ;; hppa*-hp-hpux* ) ## Cross-compilation? Nah! case "`uname -m`" in - 9000/8?? ) machine=hp9000s800 opsys=hpux.h ;; - 9000/7?? ) machine=hp9000s800 opsys=hpux8.h ;; + 9000/8?? ) machine=hp9000s800 opsys=hpux ;; + 9000/7?? ) machine=hp9000s800 opsys=hpux8 ;; esac ;; @@ -1101,6 +1101,6 @@ Configured for \`${configuration}'. ### Restore the arguments to this script, so autoconf can record them ### in the config.status file. -set - ${arguments} +set -- ${arguments} ] AC_OUTPUT(Makefile)